﻿2026-08-03T01:12:42.3308155Z ##[group]Run actions/checkout@v5
2026-08-03T01:12:42.3308629Z with:
2026-08-03T01:12:42.3309088Z   repository: BigscreenVR/spt-bs-core
2026-08-03T01:12:42.3311765Z   token: ***
2026-08-03T01:12:42.3312121Z   ssh-strict: true
2026-08-03T01:12:42.3312469Z   ssh-user: git
2026-08-03T01:12:42.3312818Z   persist-credentials: true
2026-08-03T01:12:42.3313201Z   clean: true
2026-08-03T01:12:42.3313546Z   sparse-checkout-cone-mode: true
2026-08-03T01:12:42.3313950Z   fetch-depth: 1
2026-08-03T01:12:42.3314288Z   fetch-tags: false
2026-08-03T01:12:42.3314636Z   show-progress: true
2026-08-03T01:12:42.3314979Z   lfs: false
2026-08-03T01:12:42.3315303Z   submodules: false
2026-08-03T01:12:42.3315651Z   set-safe-directory: true
2026-08-03T01:12:42.3316051Z   allow-unsafe-pr-checkout: false
2026-08-03T01:12:42.3316450Z ##[endgroup]
2026-08-03T01:12:42.4077910Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T01:12:42.4079641Z ##[group]Getting Git version info
2026-08-03T01:12:42.4080337Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T01:12:42.4081282Z [command]/usr/bin/git version
2026-08-03T01:12:42.4081711Z git version 2.43.0
2026-08-03T01:12:42.4096540Z ##[endgroup]
2026-08-03T01:12:42.4104907Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/72e1573b-f86f-44f4-929a-8f5cb103c20e/.gitconfig'
2026-08-03T01:12:42.4112164Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/72e1573b-f86f-44f4-929a-8f5cb103c20e' before making global git config changes
2026-08-03T01:12:42.4114083Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:12:42.4115933Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T01:12:42.4150204Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T01:12:42.4170567Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:12:42.4182205Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T01:12:42.4185498Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T01:12:42.4209486Z refs/heads/main
2026-08-03T01:12:42.4216798Z [command]/usr/bin/git checkout --detach
2026-08-03T01:12:42.4571815Z HEAD is now at bc58712b1 build(ci): wire the bench wraps into golden.yml, and one-shot builds drop incremental
2026-08-03T01:12:42.4618809Z [command]/usr/bin/git branch --delete --force main
2026-08-03T01:12:42.4655489Z Deleted branch main (was bc58712b1).
2026-08-03T01:12:42.5422912Z ##[endgroup]
2026-08-03T01:12:42.5428585Z [command]/usr/bin/git submodule status
2026-08-03T01:12:42.5641553Z ##[group]Cleaning the repository
2026-08-03T01:12:42.5644236Z [command]/usr/bin/git clean -ffdx
2026-08-03T01:12:46.1968042Z Removing target/
2026-08-03T01:12:46.1975830Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T01:12:46.2132921Z HEAD is now at bc58712b1 build(ci): wire the bench wraps into golden.yml, and one-shot builds drop incremental
2026-08-03T01:12:46.2138153Z ##[endgroup]
2026-08-03T01:12:46.2139950Z ##[group]Disabling automatic garbage collection
2026-08-03T01:12:46.2143140Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T01:12:46.2166918Z ##[endgroup]
2026-08-03T01:12:46.2167450Z ##[group]Setting up auth
2026-08-03T01:12:46.2172715Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:12:46.2197384Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T01:12:46.2391067Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:12:46.2417252Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T01:12:46.2593203Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:12:46.2618252Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:12:46.2796512Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T01:12:46.2826955Z ##[endgroup]
2026-08-03T01:12:46.2832415Z ##[group]Fetching the repository
2026-08-03T01:12:46.2833126Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +184f2ac4e0f9df9d805a81c302a1409762fac2f8:refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:12:46.7979362Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:12:46.7980455Z  * [new ref]             184f2ac4e0f9df9d805a81c302a1409762fac2f8 -> origin/golden/gc-fix-125
2026-08-03T01:12:46.8004590Z ##[endgroup]
2026-08-03T01:12:46.8005153Z ##[group]Determining the checkout info
2026-08-03T01:12:46.8006847Z ##[endgroup]
2026-08-03T01:12:46.8011766Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T01:12:46.8050844Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T01:12:46.8073612Z ##[group]Checking out the ref
2026-08-03T01:12:46.8076349Z [command]/usr/bin/git checkout --progress --force -B golden/gc-fix-125 refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:12:46.8238296Z Previous HEAD position was bc58712b1 build(ci): wire the bench wraps into golden.yml, and one-shot builds drop incremental
2026-08-03T01:12:46.8245326Z Switched to a new branch 'golden/gc-fix-125'
2026-08-03T01:12:46.8245856Z branch 'golden/gc-fix-125' set up to track 'origin/golden/gc-fix-125'.
2026-08-03T01:12:46.8253034Z ##[endgroup]
2026-08-03T01:12:46.8291217Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T01:12:46.8316738Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
